home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / Vibe < prev    next >
Text File  |  1999-07-06  |  741b  |  62 lines

  1. /* 
  2.    Vibe 1.0
  3.    by Daniel B. Witriol 
  4.    all_ping@hotmail.com
  5.  
  6.    Adapted for WhiteCap v3.0 by Andy O'Meara
  7. */
  8.  
  9. Resn=10,
  10.  
  11. Durn="2.5",
  12.  
  13. CamX="2 * cos( t / 6 )",
  14. CamY="5 + 30 * sin( t / 11 )", 
  15. CamZ="5 + 20 * cos( t / 13 )",
  16.  
  17. CmLX="40",
  18. CmLY="0",
  19. CmLZ="0",
  20.  
  21. CUpX="0",
  22. CUpY="0",
  23. CUpZ="1",
  24.  
  25. B0="- .7 * t",
  26.  
  27. D0="5.14286 * ( .5 + .5 * sin( 3.3 * s + b0) )",            // 5.14286 == 6 / 1.16666
  28.  
  29. R="pos( 2 - d0 ) + pos( 2 - abs( d0 - 6 ))",
  30. G="2 - abs( d0 - 2 )",
  31. B="2 - abs( d0 - 4 )",
  32.  
  33. // Level Color    (the color of the "present" (t==0) music sample/wave)
  34. LvlR=".9078",
  35. LvlG="0",
  36. LvlB=".9078",
  37.  
  38.  
  39. widt=500,heig=300,
  40.  
  41. ConL=1,ConB=0,
  42.  
  43.  
  44. Fall=".03",
  45.  
  46.  
  47. X="130 * dt",
  48. Y="130 * s - 65",
  49. Z="5 * abs( mag( s ) )",
  50.  
  51.  
  52.  
  53. Scal="900",
  54.  
  55.  
  56. ScSz=1,
  57.  
  58. Pers="250",
  59.  
  60.  
  61. Vers=30
  62.